Class AbstractHtmlElement

Summary

Fully Qualified Name: Zend\View\Helper\AbstractHtmlElement
Extends: AbstractHelper

Description

Methods

Name Description Defined By
getClosingBracket() Get the tag closing bracket AbstractHtmlElement
getView() Get the view object AbstractHelper
setView() Set the View object AbstractHelper

Method Details

getClosingBracket()

Get the tag closing bracket

Returns: string

getView()

Get the view object

Returns: null|\Renderer

setView()

Set the View object

Parameter Name Type Description
$view \Renderer

Returns: \AbstractHelper

Top